Autogenerated HTML docs for v1.5.6.4-433-g09651
diff --git a/git-fast-import.txt b/git-fast-import.txt index 2d01d0d..c2f483a 100644 --- a/git-fast-import.txt +++ b/git-fast-import.txt
@@ -481,6 +481,9 @@ what you want. * `100755` or `755`: A normal, but executable, file. * `120000`: A symlink, the content of the file will be the link target. +* `160000`: A gitlink, SHA-1 of the object refers to a commit in + another repository. Git links can only be specified by SHA or through + a commit mark. They are used to implement submodules. In both formats `<path>` is the complete path of the file to be added (if not already existing) or modified (if already existing).